home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / D_E / DOTTCD.ZIP / dott.bat < prev    next >
DOS Batch File  |  1996-01-17  |  815b  |  41 lines

  1. @echo off
  2.  
  3. if exist d:\dott.exe d:
  4. if exist e:\dott.exe e:
  5. if exist f:\dott.exe f:
  6. if exist g:\dott.exe g:
  7. if exist h:\dott.exe h:
  8. if exist i:\dott.exe i:
  9. if exist j:\dott.exe j:
  10. if exist k:\dott.exe k:
  11. if exist l:\dott.exe l:
  12. if exist m:\dott.exe m:
  13. if exist n:\dott.exe n:
  14. if exist o:\dott.exe o:
  15. if exist p:\dott.exe p:
  16. if exist q:\dott.exe q:
  17. if exist r:\dott.exe r:
  18. if exist s:\dott.exe s:
  19. if exist t:\dott.exe t:
  20. if exist u:\dott.exe u:
  21. if exist v:\dott.exe v:
  22. if exist w:\dott.exe w:
  23. if exist x:\dott.exe x:
  24. if exist y:\dott.exe y:
  25. if exist z:\dott.exe z:
  26.  
  27. if not exist dott.bat goto cd_found
  28.  
  29. echo.
  30. echo.
  31. echo You must insert the Day Of The Tentacle CD in your drive!
  32. echo Please insert it and try again.
  33. goto exit
  34.  
  35. :cd_found
  36. cd \dott
  37.  
  38. c:\dott.cd\tentacle.exe
  39.  
  40. :exit
  41.